home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000178_news@columbia.edu _Tue Aug 13 07:56:09 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id HAA22285 for <kermit.misc@watsun.cc.columbia.edu>; Tue, 13 Aug 1996 07:56:08 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id HAA00719 for kermit.misc@watsun; Tue, 13 Aug 1996 07:56:07 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!dismay.ucs.indiana.edu!usenet.ucs.indiana.edu!vixen.cso.uiuc.edu!newsfeed.internetmci.com!newsxfer2.itd.umich.edu!portc01.blue.aol.com!newstf01.news.aol.com!newsbf02.news.aol.com!not-for-mail
  5. From: ctcyujing@aol.com (CTCYUJING)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Using a long packet and sliding window
  8. Date: 12 Aug 1996 22:18:20 -0400
  9. Organization: America Online, Inc. (1-800-827-6364)
  10. Lines: 13
  11. Sender: root@newsbf02.news.aol.com
  12. Message-ID: <4uoolc$3d6@newsbf02.news.aol.com>
  13. Reply-To: ctcyujing@aol.com (CTCYUJING)
  14. NNTP-Posting-Host: newsbf02.mail.aol.com
  15.  
  16. Hi, I have a windows program that works with kermit regular packet file
  17. transfer
  18. protocol. However, the speed is very very slow (about 90bytes per packet).
  19. Therefore, I tried to speed up the transfer by using long packet and
  20. sliding window features.  But, for some reason, I always get a NAK back
  21. after sending the 'S'
  22. packet. I have checked many times to make sure that I have correct CAPAS,
  23. CAPAS+1, CAPAS+2, and CAPAS+3 in the 'S' packet. I really don't know why
  24. the 'S' packet is always rejected. Can someone tell me what I need to do
  25. to make it work?
  26.  
  27. Thanks,
  28. Tommy